home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / SpeedFan 4.17 / installspeedfan417.exe / speedfan.exe / 0 / RCDATA / TDLGCONFIG / TDLGCONFIG.txt
Text File  |  2004-10-18  |  68KB  |  1,793 lines

  1. object DlgConfig: TDlgConfig
  2.   Left = 317
  3.   Top = 379
  4.   Width = 534
  5.   Height = 398
  6.   HelpContext = 1100
  7.   Caption = 'Configure'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pages: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 526
  23.     Height = 331
  24.     ActivePage = TSOptions
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object TSTemps: TTabSheet
  28.       HelpContext = 1101
  29.       Caption = 'Temperatures'
  30.       ImageIndex = 4
  31.       object PANTemps: TPanel
  32.         Left = 0
  33.         Top = 0
  34.         Width = 518
  35.         Height = 303
  36.         Align = alClient
  37.         BevelOuter = bvNone
  38.         BorderWidth = 4
  39.         TabOrder = 0
  40.         object VTTemps: TVirtualStringTree
  41.           Left = 4
  42.           Top = 4
  43.           Width = 510
  44.           Height = 239
  45.           Align = alClient
  46.           CheckImageKind = ckDarkTick
  47.           Header.AutoSizeIndex = 0
  48.           Header.Font.Charset = DEFAULT_CHARSET
  49.           Header.Font.Color = clWindowText
  50.           Header.Font.Height = -11
  51.           Header.Font.Name = 'MS Sans Serif'
  52.           Header.Font.Style = []
  53.           Header.Height = 18
  54.           Header.Options = [hoColumnResize, hoDrag, hoVisible]
  55.           HintAnimation = hatNone
  56.           RootNodeCount = 3
  57.           TabOrder = 0
  58.           TreeOptions.AutoOptions = [toAutoDropExpand, toAutoTristateTracking]
  59.           TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toInitOnSave, toToggleOnDblClick]
  60.           TreeOptions.PaintOptions = [toShowButtons, toShowRoot, toShowTreeLines]
  61.           OnChecked = VTTempsChecked
  62.           OnClick = VTTempsClick
  63.           OnDragAllowed = VTTempsDragAllowed
  64.           OnDragOver = VTTempsDragOver
  65.           OnDragDrop = VTTempsDragDrop
  66.           OnEditing = VTTempsEditing
  67.           OnGetText = VTTempsGetText
  68.           OnPaintText = VTTempsPaintText
  69.           OnGetNodeDataSize = VTTempsGetNodeDataSize
  70.           OnInitChildren = VTTempsInitChildren
  71.           OnInitNode = VTTempsInitNode
  72.           OnNewText = VTTempsNewText
  73.           Columns = <
  74.             item
  75.               Position = 0
  76.               Width = 150
  77.               WideText = 'Label'
  78.             end
  79.             item
  80.               Position = 1
  81.               Width = 120
  82.               WideText = 'Chip'
  83.             end
  84.             item
  85.               Position = 2
  86.               Width = 55
  87.               WideText = 'Sensor'
  88.             end
  89.             item
  90.               Position = 3
  91.               Width = 60
  92.               WideText = 'Sample'
  93.             end
  94.             item
  95.               Position = 4
  96.               WideText = 'BUS'
  97.             end
  98.             item
  99.               Position = 5
  100.               WideText = 'Address'
  101.             end>
  102.         end
  103.         object PANBottomTemp: TPanel
  104.           Left = 4
  105.           Top = 243
  106.           Width = 510
  107.           Height = 56
  108.           Align = alBottom
  109.           BevelOuter = bvNone
  110.           TabOrder = 1
  111.           DesignSize = (
  112.             510
  113.             56)
  114.           object LABTempData: TLabel
  115.             Left = 2
  116.             Top = 22
  117.             Width = 506
  118.             Height = 13
  119.             Alignment = taCenter
  120.             Anchors = [akLeft, akRight, akBottom]
  121.             AutoSize = False
  122.             Caption = 'Select a temperature to change its settings'
  123.           end
  124.           object PanTempData: TPanel
  125.             Left = 0
  126.             Top = 3
  127.             Width = 510
  128.             Height = 53
  129.             Align = alBottom
  130.             BevelOuter = bvLowered
  131.             TabOrder = 0
  132.             Visible = False
  133.             object Label17: TLabel
  134.               Left = 4
  135.               Top = 8
  136.               Width = 36
  137.               Height = 13
  138.               Caption = 'Desired'
  139.             end
  140.             object Label18: TLabel
  141.               Left = 148
  142.               Top = 8
  143.               Width = 40
  144.               Height = 13
  145.               Caption = 'Warning'
  146.             end
  147.             object LABWantedTemp: TLabel
  148.               Left = 92
  149.               Top = 8
  150.               Width = 11
  151.               Height = 13
  152.               Caption = #176'C'
  153.             end
  154.             object LABWarningTemp: TLabel
  155.               Left = 240
  156.               Top = 8
  157.               Width = 11
  158.               Height = 13
  159.               Caption = #176'C'
  160.             end
  161.             object Label11: TLabel
  162.               Left = 304
  163.               Top = 8
  164.               Width = 28
  165.               Height = 13
  166.               Caption = 'Offset'
  167.               Visible = False
  168.             end
  169.             object EDWantedTemp: TRxSpinEdit
  170.               Left = 44
  171.               Top = 4
  172.               Width = 45
  173.               Height = 21
  174.               MaxValue = 99.000000000000000000
  175.               MinValue = -10.000000000000000000
  176.               Value = -10.000000000000000000
  177.               TabOrder = 0
  178.               OnChange = EDWantedTempChange
  179.             end
  180.             object EDWarningTemp: TRxSpinEdit
  181.               Left = 192
  182.               Top = 4
  183.               Width = 45
  184.               Height = 21
  185.               MaxValue = 99.000000000000000000
  186.               MinValue = -10.000000000000000000
  187.               Value = -10.000000000000000000
  188.               TabOrder = 1
  189.               OnChange = EDWarningTempChange
  190.             end
  191.             object CBShowInTray: TCheckBox
  192.               Left = 404
  193.               Top = 6
  194.               Width = 97
  195.               Height = 17
  196.               Caption = 'Show in tray'
  197.               TabOrder = 2
  198.               OnClick = CBShowInTrayClick
  199.             end
  200.             object EDOffsetTemp: TRxSpinEdit
  201.               Left = 336
  202.               Top = 4
  203.               Width = 45
  204.               Height = 21
  205.               MaxValue = 99.000000000000000000
  206.               MinValue = -10.000000000000000000
  207.               TabOrder = 3
  208.               Visible = False
  209.             end
  210.             object CBTempLogged: TCheckBox
  211.               Left = 4
  212.               Top = 30
  213.               Width = 97
  214.               Height = 17
  215.               Caption = 'Logged'
  216.               TabOrder = 4
  217.               OnClick = CBTempLoggedClick
  218.             end
  219.           end
  220.         end
  221.       end
  222.     end
  223.     object TSFans: TTabSheet
  224.       HelpContext = 1102
  225.       Caption = 'Fans'
  226.       ImageIndex = 5
  227.       object PANFans: TPanel
  228.         Left = 0
  229.         Top = 0
  230.         Width = 518
  231.         Height = 303
  232.         Align = alClient
  233.         BevelOuter = bvNone
  234.         BorderWidth = 4
  235.         TabOrder = 0
  236.         object VTFans: TVirtualStringTree
  237.           Left = 4
  238.           Top = 4
  239.           Width = 510
  240.           Height = 263
  241.           Align = alClient
  242.           CheckImageKind = ckDarkTick
  243.           Header.AutoSizeIndex = 0
  244.           Header.Font.Charset = DEFAULT_CHARSET
  245.           Header.Font.Color = clWindowText
  246.           Header.Font.Height = -11
  247.           Header.Font.Name = 'MS Sans Serif'
  248.           Header.Font.Style = []
  249.           Header.Height = 18
  250.           Header.Options = [hoColumnResize, hoDrag, hoVisible]
  251.           HintAnimation = hatNone
  252.           RootNodeCount = 2
  253.           TabOrder = 0
  254.           TreeOptions.AutoOptions = [toAutoDropExpand, toAutoTristateTracking]
  255.           TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toInitOnSave, toToggleOnDblClick]
  256.           TreeOptions.PaintOptions = [toShowButtons, toShowTreeLines]
  257.           OnChecked = VTFansChecked
  258.           OnClick = VTFansClick
  259.           OnDragAllowed = VTFansDragAllowed
  260.           OnDragOver = VTFansDragOver
  261.           OnDragDrop = VTFansDragDrop
  262.           OnEditing = VTFansEditing
  263.           OnGetText = VTFansGetText
  264.           OnPaintText = VTFansPaintText
  265.           OnGetNodeDataSize = VTFansGetNodeDataSize
  266.           OnInitNode = VTFansInitNode
  267.           OnNewText = VTFansNewText
  268.           Columns = <
  269.             item
  270.               Position = 0
  271.               Width = 140
  272.               WideText = 'Label'
  273.             end
  274.             item
  275.               Position = 1
  276.               Width = 120
  277.               WideText = 'Chip'
  278.             end
  279.             item
  280.               Position = 2
  281.               Width = 55
  282.               WideText = 'Sensor'
  283.             end
  284.             item
  285.               Position = 3
  286.               Width = 70
  287.               WideText = 'Sample'
  288.             end
  289.             item
  290.               Position = 4
  291.               WideText = 'BUS'
  292.             end
  293.             item
  294.               Position = 5
  295.               WideText = 'Address'
  296.             end>
  297.         end
  298.         object PANBottomFan: TPanel
  299.           Left = 4
  300.           Top = 267
  301.           Width = 510
  302.           Height = 32
  303.           Align = alBottom
  304.           BevelOuter = bvNone
  305.           TabOrder = 1
  306.           DesignSize = (
  307.             510
  308.             32)
  309.           object LABFanData: TLabel
  310.             Left = 2
  311.             Top = 10
  312.             Width = 506
  313.             Height = 13
  314.             Alignment = taCenter
  315.             Anchors = [akLeft, akRight, akBottom]
  316.             AutoSize = False
  317.             Caption = 'Select a fan to change its settings'
  318.           end
  319.           object PanFanData: TPanel
  320.             Left = 0
  321.             Top = 3
  322.             Width = 510
  323.             Height = 29
  324.             Align = alBottom
  325.             BevelOuter = bvLowered
  326.             TabOrder = 0
  327.             Visible = False
  328.             object CBFanLogged: TCheckBox
  329.               Left = 4
  330.               Top = 6
  331.               Width = 97
  332.               Height = 17
  333.               Caption = 'Logged'
  334.               TabOrder = 0
  335.               OnClick = CBFanLoggedClick
  336.             end
  337.           end
  338.         end
  339.       end
  340.     end
  341.     object TSVolts: TTabSheet
  342.       HelpContext = 1104
  343.       Caption = 'Voltages'
  344.       ImageIndex = 4
  345.       object PANVolts: TPanel
  346.         Left = 0
  347.         Top = 0
  348.         Width = 518
  349.         Height = 303
  350.         Align = alClient
  351.         BevelOuter = bvNone
  352.         BorderWidth = 4
  353.         TabOrder = 0
  354.         object VTVolts: TVirtualStringTree
  355.           Left = 4
  356.           Top = 4
  357.           Width = 510
  358.           Height = 263
  359.           Align = alClient
  360.           CheckImageKind = ckDarkTick
  361.           Header.AutoSizeIndex = 0
  362.           Header.Font.Charset = DEFAULT_CHARSET
  363.           Header.Font.Color = clWindowText
  364.           Header.Font.Height = -11
  365.           Header.Font.Name = 'MS Sans Serif'
  366.           Header.Font.Style = []
  367.           Header.Height = 18
  368.           Header.Options = [hoColumnResize, hoDrag, hoVisible]
  369.           HintAnimation = hatNone
  370.           RootNodeCount = 2
  371.           TabOrder = 0
  372.           TreeOptions.AutoOptions = [toAutoDropExpand, toAutoTristateTracking]
  373.           TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toInitOnSave, toToggleOnDblClick]
  374.           TreeOptions.PaintOptions = [toShowButtons, toShowTreeLines]
  375.           OnChecked = VTVoltsChecked
  376.           OnClick = VTVoltsClick
  377.           OnDragAllowed = VTVoltsDragAllowed
  378.           OnDragOver = VTVoltsDragOver
  379.           OnDragDrop = VTVoltsDragDrop
  380.           OnEditing = VTVoltsEditing
  381.           OnGetText = VTVoltsGetText
  382.           OnPaintText = VTVoltsPaintText
  383.           OnGetNodeDataSize = VTVoltsGetNodeDataSize
  384.           OnInitNode = VTVoltsInitNode
  385.           OnNewText = VTVoltsNewText
  386.           Columns = <
  387.             item
  388.               Position = 0
  389.               Width = 145
  390.               WideText = 'Label'
  391.             end
  392.             item
  393.               Position = 1
  394.               Width = 120
  395.               WideText = 'Chip'
  396.             end
  397.             item
  398.               Position = 2
  399.               Width = 60
  400.               WideText = 'Sensor'
  401.             end
  402.             item
  403.               Position = 3
  404.               Width = 60
  405.               WideText = 'Sample'
  406.             end
  407.             item
  408.               Position = 4
  409.               WideText = 'BUS'
  410.             end
  411.             item
  412.               Position = 5
  413.               WideText = 'Address'
  414.             end>
  415.         end
  416.         object PANBottomVolt: TPanel
  417.           Left = 4
  418.           Top = 267
  419.           Width = 510
  420.           Height = 32
  421.           Align = alBottom
  422.           BevelOuter = bvNone
  423.           TabOrder = 1
  424.           DesignSize = (
  425.             510
  426.             32)
  427.           object LABVoltData: TLabel
  428.             Left = 2
  429.             Top = 10
  430.             Width = 506
  431.             Height = 13
  432.             Alignment = taCenter
  433.             Anchors = [akLeft, akRight, akBottom]
  434.             AutoSize = False
  435.             Caption = 'Select a voltage to change its settings'
  436.           end
  437.           object PANVoltData: TPanel
  438.             Left = 0
  439.             Top = 3
  440.             Width = 510
  441.             Height = 29
  442.             Align = alBottom
  443.             BevelOuter = bvLowered
  444.             TabOrder = 0
  445.             Visible = False
  446.             object CBVoltLogged: TCheckBox
  447.               Left = 4
  448.               Top = 6
  449.               Width = 97
  450.               Height = 17
  451.               Caption = 'Logged'
  452.               TabOrder = 0
  453.               OnClick = CBVoltLoggedClick
  454.             end
  455.           end
  456.         end
  457.       end
  458.     end
  459.     object TSSpeeds: TTabSheet
  460.       HelpContext = 1103
  461.       Caption = 'Speeds'
  462.       ImageIndex = 5
  463.       object PANSpeeds: TPanel
  464.         Left = 0
  465.         Top = 0
  466.         Width = 518
  467.         Height = 303
  468.         Align = alClient
  469.         BevelOuter = bvNone
  470.         BorderWidth = 4
  471.         TabOrder = 0
  472.         object VTPwms: TVirtualStringTree
  473.           Left = 4
  474.           Top = 4
  475.           Width = 510
  476.           Height = 263
  477.           Align = alClient
  478.           CheckImageKind = ckDarkTick
  479.           Header.AutoSizeIndex = 0
  480.           Header.Font.Charset = DEFAULT_CHARSET
  481.           Header.Font.Color = clWindowText
  482.           Header.Font.Height = -11
  483.           Header.Font.Name = 'MS Sans Serif'
  484.           Header.Font.Style = []
  485.           Header.Height = 18
  486.           Header.Options = [hoColumnResize, hoDrag, hoVisible]
  487.           HintAnimation = hatNone
  488.           RootNodeCount = 7
  489.           TabOrder = 0
  490.           TreeOptions.AutoOptions = [toAutoDropExpand, toAutoTristateTracking]
  491.           TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toInitOnSave, toToggleOnDblClick]
  492.           TreeOptions.PaintOptions = [toShowButtons, toShowTreeLines]
  493.           OnChecked = VTPwmsChecked
  494.           OnClick = VTPwmsClick
  495.           OnDragAllowed = VTPwmsDragAllowed
  496.           OnDragOver = VTPwmsDragOver
  497.           OnDragDrop = VTPwmsDragDrop
  498.           OnEditing = VTPwmsEditing
  499.           OnGetText = VTPwmsGetText
  500.           OnPaintText = VTPwmsPaintText
  501.           OnGetNodeDataSize = VTPwmsGetNodeDataSize
  502.           OnInitNode = VTPwmsInitNode
  503.           OnNewText = VTPwmsNewText
  504.           Columns = <
  505.             item
  506.               Position = 0
  507.               Width = 160
  508.               WideText = 'Label'
  509.             end
  510.             item
  511.               Position = 1
  512.               Width = 120
  513.               WideText = 'Chip'
  514.             end
  515.             item
  516.               Position = 2
  517.               Width = 55
  518.               WideText = 'Sensor'
  519.             end
  520.             item
  521.               Position = 3
  522.               WideText = 'BUS'
  523.             end
  524.             item
  525.               Position = 4
  526.               WideText = 'Address'
  527.             end>
  528.         end
  529.         object PanBottomSpeed: TPanel
  530.           Left = 4
  531.           Top = 267
  532.           Width = 510
  533.           Height = 32
  534.           Align = alBottom
  535.           BevelOuter = bvNone
  536.           TabOrder = 1
  537.           DesignSize = (
  538.             510
  539.             32)
  540.           object LABSpeedData: TLabel
  541.             Left = 2
  542.             Top = 10
  543.             Width = 501
  544.             Height = 13
  545.             Alignment = taCenter
  546.             Anchors = [akLeft, akRight, akBottom]
  547.             AutoSize = False
  548.             Caption = 'Select a speed to change its settings'
  549.           end
  550.           object PanPwmData: TPanel
  551.             Left = 0
  552.             Top = 3
  553.             Width = 510
  554.             Height = 29
  555.             Align = alBottom
  556.             BevelOuter = bvLowered
  557.             TabOrder = 0
  558.             Visible = False
  559.             object Label7: TLabel
  560.               Left = 8
  561.               Top = 8
  562.               Width = 70
  563.               Height = 13
  564.               Caption = 'Minimum value'
  565.             end
  566.             object Label8: TLabel
  567.               Left = 168
  568.               Top = 8
  569.               Width = 73
  570.               Height = 13
  571.               Caption = 'Maximum value'
  572.             end
  573.             object Label9: TLabel
  574.               Left = 136
  575.               Top = 8
  576.               Width = 8
  577.               Height = 13
  578.               Caption = '%'
  579.             end
  580.             object Label10: TLabel
  581.               Left = 296
  582.               Top = 8
  583.               Width = 8
  584.               Height = 13
  585.               Caption = '%'
  586.             end
  587.             object EDMinPwm: TRxSpinEdit
  588.               Left = 88
  589.               Top = 4
  590.               Width = 45
  591.               Height = 21
  592.               EditorEnabled = False
  593.               MaxValue = 100.000000000000000000
  594.               Value = 50.000000000000000000
  595.               TabOrder = 0
  596.               OnChange = EDMinPwmChange
  597.             end
  598.             object EDMaxPwm: TRxSpinEdit
  599.               Left = 248
  600.               Top = 4
  601.               Width = 45
  602.               Height = 21
  603.               EditorEnabled = False
  604.               MaxValue = 100.000000000000000000
  605.               Value = 100.000000000000000000
  606.               TabOrder = 1
  607.               OnChange = EDMaxPwmChange
  608.             end
  609.             object CBAutoVariate: TCheckBox
  610.               Left = 328
  611.               Top = 6
  612.               Width = 145
  613.               Height = 17
  614.               Caption = 'Automatically variated'
  615.               TabOrder = 2
  616.               OnClick = CBAutoVariateClick
  617.             end
  618.           end
  619.         end
  620.       end
  621.     end
  622.     object TSOptions: TTabSheet
  623.       HelpContext = 1105
  624.       Caption = 'Options'
  625.       ImageIndex = 6
  626.       object Label47: TLabel
  627.         Left = 4
  628.         Top = 108
  629.         Width = 124
  630.         Height = 13
  631.         Caption = 'Delta value for fan speeds'
  632.       end
  633.       object Label5: TLabel
  634.         Left = 4
  635.         Top = 240
  636.         Width = 19
  637.         Height = 13
  638.         Caption = 'Use'
  639.       end
  640.       object Label12: TLabel
  641.         Left = 4
  642.         Top = 80
  643.         Width = 48
  644.         Height = 13
  645.         Caption = 'Language'
  646.       end
  647.       object Label14: TLabel
  648.         Left = 312
  649.         Top = 156
  650.         Width = 31
  651.         Height = 13
  652.         Caption = 'Priority'
  653.         Visible = False
  654.       end
  655.       object GroupBox1: TGroupBox
  656.         Left = 4
  657.         Top = 4
  658.         Width = 509
  659.         Height = 69
  660.         Caption = 'Tray bar'
  661.         TabOrder = 0
  662.         object Label45: TLabel
  663.           Left = 256
  664.           Top = 20
  665.           Width = 40
  666.           Height = 13
  667.           Caption = 'Use font'
  668.         end
  669.         object Label3: TLabel
  670.           Left = 8
  671.           Top = 20
  672.           Width = 81
  673.           Height = 13
  674.           Caption = 'Icon background'
  675.         end
  676.         object Label4: TLabel
  677.           Left = 8
  678.           Top = 44
  679.           Width = 41
  680.           Height = 13
  681.           Caption = 'Icon text'
  682.         end
  683.         object Panel7: TPanel
  684.           Left = 300
  685.           Top = 16
  686.           Width = 77
  687.           Height = 41
  688.           BevelOuter = bvNone
  689.           TabOrder = 2
  690.           object RBFontSmall: TRadioButton
  691.             Left = 4
  692.             Top = 4
  693.             Width = 61
  694.             Height = 17
  695.             Caption = 'small'
  696.             Checked = True
  697.             TabOrder = 0
  698.             TabStop = True
  699.           end
  700.           object RBFontLarge: TRadioButton
  701.             Left = 4
  702.             Top = 20
  703.             Width = 61
  704.             Height = 17
  705.             Caption = 'large'
  706.             TabOrder = 1
  707.           end
  708.         end
  709.         object CBStartMinimized: TCheckBox
  710.           Left = 396
  711.           Top = 20
  712.           Width = 109
  713.           Height = 17
  714.           Caption = 'start minimized'
  715.           TabOrder = 3
  716.         end
  717.         object CBIconBack: TColorComboBox
  718.           Left = 100
  719.           Top = 16
  720.           Width = 145
  721.           Height = 20
  722.           ColorValue = clWhite
  723.           Options = [coIncludeNone]
  724.           TabOrder = 0
  725.         end
  726.         object CBIconText: TColorComboBox
  727.           Left = 100
  728.           Top = 40
  729.           Width = 145
  730.           Height = 22
  731.           TabOrder = 1
  732.         end
  733.       end
  734.       object EDFanDelta: TRxSpinEdit
  735.         Left = 140
  736.         Top = 104
  737.         Width = 41
  738.         Height = 21
  739.         EditorEnabled = False
  740.         MaxValue = 99.000000000000000000
  741.         MinValue = 1.000000000000000000
  742.         Value = 5.000000000000000000
  743.         TabOrder = 2
  744.       end
  745.       object CBDebugMode: TCheckBox
  746.         Left = 4
  747.         Top = 168
  748.         Width = 113
  749.         Height = 17
  750.         Caption = 'debug mode'
  751.         Checked = True
  752.         State = cbChecked
  753.         TabOrder = 5
  754.       end
  755.       object GroupBox3: TGroupBox
  756.         Left = 4
  757.         Top = 188
  758.         Width = 325
  759.         Height = 45
  760.         Caption = 'Let SpeedFan access sensors through'
  761.         TabOrder = 6
  762.         object CBUseISA: TCheckBox
  763.           Left = 8
  764.           Top = 20
  765.           Width = 89
  766.           Height = 17
  767.           Caption = 'ISA BUS'
  768.           Checked = True
  769.           State = cbChecked
  770.           TabOrder = 0
  771.         end
  772.         object CBUseSMB: TCheckBox
  773.           Left = 104
  774.           Top = 20
  775.           Width = 89
  776.           Height = 17
  777.           Caption = 'SMBus'
  778.           Checked = True
  779.           State = cbChecked
  780.           TabOrder = 1
  781.         end
  782.       end
  783.       object CBDellFans: TCheckBox95
  784.         Left = 4
  785.         Top = 136
  786.         Width = 257
  787.         Height = 29
  788.         Alignment = taLeftJustify
  789.         Caption = 'Enable DELL support (use this function only on DELL notebooks)'
  790.         TabOrder = 4
  791.         WordWrap = True
  792.         AlignmentBtn = taLeftJustify
  793.         LikePushButton = False
  794.         VerticalAlignment = vaTop
  795.       end
  796.       object PanTempUnit: TPanel
  797.         Left = 28
  798.         Top = 236
  799.         Width = 165
  800.         Height = 25
  801.         BevelOuter = bvNone
  802.         TabOrder = 7
  803.         object RBUseCelsius: TRadioButton
  804.           Left = 4
  805.           Top = 4
  806.           Width = 65
  807.           Height = 17
  808.           Caption = 'Celsius'
  809.           Checked = True
  810.           TabOrder = 0
  811.           TabStop = True
  812.         end
  813.         object RBUseFahrenheit: TRadioButton
  814.           Left = 76
  815.           Top = 4
  816.           Width = 81
  817.           Height = 17
  818.           Caption = 'Fahrenheit'
  819.           TabOrder = 1
  820.         end
  821.       end
  822.       object CBLanguage: TComboBox
  823.         Left = 56
  824.         Top = 76
  825.         Width = 169
  826.         Height = 21
  827.         Style = csDropDownList
  828.         ItemHeight = 13
  829.         TabOrder = 1
  830.       end
  831.       object CBFullOnExit: TCheckBox95
  832.         Left = 192
  833.         Top = 108
  834.         Width = 181
  835.         Height = 29
  836.         Alignment = taLeftJustify
  837.         Caption = 'Set fans to 100% on program exit'
  838.         TabOrder = 3
  839.         WordWrap = True
  840.         AlignmentBtn = taLeftJustify
  841.         LikePushButton = False
  842.         VerticalAlignment = vaTop
  843.       end
  844.       object CBMinimizeOnClose: TCheckBox
  845.         Left = 296
  846.         Top = 80
  847.         Width = 165
  848.         Height = 17
  849.         Caption = 'Minimize on close'
  850.         TabOrder = 8
  851.       end
  852.       object CBPriority: TComboBox
  853.         Left = 348
  854.         Top = 152
  855.         Width = 105
  856.         Height = 21
  857.         Style = csDropDownList
  858.         ItemHeight = 13
  859.         TabOrder = 9
  860.         Visible = False
  861.         Items.Strings = (
  862.           'Idle'
  863.           'Normal'
  864.           'High'
  865.           'Realtime')
  866.       end
  867.     end
  868.     object TSLogging: TTabSheet
  869.       Caption = 'Log'
  870.       ImageIndex = 6
  871.       object CBLogEnabled: TCheckBox
  872.         Left = 4
  873.         Top = 4
  874.         Width = 97
  875.         Height = 17
  876.         Caption = 'Enabled'
  877.         TabOrder = 0
  878.         OnClick = CBLogEnabledClick
  879.       end
  880.       object PANLogOptions: TPanel
  881.         Left = 20
  882.         Top = 24
  883.         Width = 497
  884.         Height = 277
  885.         HelpContext = 1115
  886.         BevelOuter = bvNone
  887.         TabOrder = 1
  888.         Visible = False
  889.         object Label13: TLabel
  890.           Left = 8
  891.           Top = 32
  892.           Width = 85
  893.           Height = 13
  894.           Caption = 'Decimal separator'
  895.         end
  896.         object Label15: TLabel
  897.           Left = 8
  898.           Top = 56
  899.           Width = 64
  900.           Height = 13
  901.           Caption = 'Max decimals'
  902.         end
  903.         object Label16: TLabel
  904.           Left = 8
  905.           Top = 80
  906.           Width = 63
  907.           Height = 13
  908.           Caption = 'Days to keep'
  909.         end
  910.         object CBLogAddHeader: TCheckBox
  911.           Left = 8
  912.           Top = 8
  913.           Width = 221
  914.           Height = 17
  915.           Caption = 'Add header to the file'
  916.           TabOrder = 0
  917.         end
  918.         object EDLogDecSep: TEdit
  919.           Left = 100
  920.           Top = 28
  921.           Width = 21
  922.           Height = 21
  923.           MaxLength = 1
  924.           TabOrder = 1
  925.         end
  926.         object EDLogMaxDecs: TRxSpinEdit
  927.           Left = 100
  928.           Top = 52
  929.           Width = 45
  930.           Height = 21
  931.           MaxValue = 5.000000000000000000
  932.           MinValue = 1.000000000000000000
  933.           TabOrder = 2
  934.         end
  935.         object EDLogMaxDays: TRxSpinEdit
  936.           Left = 100
  937.           Top = 76
  938.           Width = 45
  939.           Height = 21
  940.           MaxValue = 99.000000000000000000
  941.           MinValue = 3.000000000000000000
  942.           TabOrder = 3
  943.         end
  944.       end
  945.     end
  946.     object TSAdvanced: TTabSheet
  947.       HelpContext = 1106
  948.       Caption = 'Advanced'
  949.       ImageIndex = 5
  950.       object PANAdvanced: TPanel
  951.         Left = 0
  952.         Top = 0
  953.         Width = 518
  954.         Height = 303
  955.         Align = alClient
  956.         BevelOuter = bvNone
  957.         BorderWidth = 4
  958.         TabOrder = 0
  959.         object PanBottomAdvanced: TPanel
  960.           Left = 4
  961.           Top = 265
  962.           Width = 510
  963.           Height = 34
  964.           Align = alBottom
  965.           BevelOuter = bvNone
  966.           TabOrder = 0
  967.           DesignSize = (
  968.             510
  969.             34)
  970.           object Label2: TLabel
  971.             Left = 2
  972.             Top = 11
  973.             Width = 506
  974.             Height = 13
  975.             Alignment = taCenter
  976.             Anchors = [akLeft, akRight, akBottom]
  977.             AutoSize = False
  978.             Caption = 'Select a sensor and a property to change its settings'
  979.           end
  980.           object PanAdvancedData: TPanel
  981.             Left = 0
  982.             Top = 5
  983.             Width = 510
  984.             Height = 29
  985.             Align = alBottom
  986.             BevelOuter = bvLowered
  987.             TabOrder = 0
  988.             DesignSize = (
  989.               510
  990.               29)
  991.             object Label6: TLabel
  992.               Left = 8
  993.               Top = 8
  994.               Width = 28
  995.               Height = 13
  996.               Caption = 'Set to'
  997.             end
  998.             object CBEditProperty: TComboBox
  999.               Left = 44
  1000.               Top = 4
  1001.               Width = 368
  1002.               Height = 21
  1003.               Style = csDropDownList
  1004.               Anchors = [akLeft, akTop, akRight]
  1005.               ItemHeight = 13
  1006.               TabOrder = 0
  1007.               OnChange = CBEditPropertyChange
  1008.             end
  1009.             object Panel4: TPanel
  1010.               Left = 416
  1011.               Top = 1
  1012.               Width = 93
  1013.               Height = 27
  1014.               Align = alRight
  1015.               BevelOuter = bvNone
  1016.               TabOrder = 1
  1017.               object CBRestoreProp: TCheckBox
  1018.                 Left = 4
  1019.                 Top = 5
  1020.                 Width = 85
  1021.                 Height = 17
  1022.                 Caption = 'remember it'
  1023.                 Enabled = False
  1024.                 TabOrder = 0
  1025.                 OnClick = CBRestorePropClick
  1026.               end
  1027.             end
  1028.           end
  1029.         end
  1030.         object Panel3: TPanel
  1031.           Left = 4
  1032.           Top = 4
  1033.           Width = 510
  1034.           Height = 25
  1035.           Align = alTop
  1036.           BevelOuter = bvNone
  1037.           TabOrder = 1
  1038.           DesignSize = (
  1039.             510
  1040.             25)
  1041.           object Label1: TLabel
  1042.             Left = 0
  1043.             Top = 6
  1044.             Width = 21
  1045.             Height = 13
  1046.             Caption = 'Chip'
  1047.           end
  1048.           object CBAdvChip: TComboBox
  1049.             Left = 28
  1050.             Top = 2
  1051.             Width = 482
  1052.             Height = 21
  1053.             Style = csDropDownList
  1054.             Anchors = [akLeft, akTop, akRight]
  1055.             ItemHeight = 13
  1056.             TabOrder = 0
  1057.             OnChange = CBAdvChipChange
  1058.           end
  1059.         end
  1060.         object LVProps: TListView
  1061.           Left = 4
  1062.           Top = 29
  1063.           Width = 510
  1064.           Height = 236
  1065.           Align = alClient
  1066.           Columns = <
  1067.             item
  1068.               Caption = 'Property'
  1069.               Width = 150
  1070.             end
  1071.             item
  1072.               Caption = 'Value'
  1073.               Width = 250
  1074.             end>
  1075.           HideSelection = False
  1076.           ReadOnly = True
  1077.           RowSelect = True
  1078.           TabOrder = 2
  1079.           ViewStyle = vsReport
  1080.           OnClick = LVPropsClick
  1081.         end
  1082.       end
  1083.     end
  1084.   end
  1085.   object Panel1: TPanel
  1086.     Left = 0
  1087.     Top = 331
  1088.     Width = 526
  1089.     Height = 33
  1090.     Align = alBottom
  1091.     BevelOuter = bvNone
  1092.     TabOrder = 1
  1093.     object Panel2: TPanel
  1094.       Left = 357
  1095.       Top = 0
  1096.       Width = 169
  1097.       Height = 33
  1098.       Align = alRight
  1099.       BevelOuter = bvNone
  1100.       TabOrder = 0
  1101.       object BitBtn1: TBitBtn
  1102.         Left = 6
  1103.         Top = 4
  1104.         Width = 75
  1105.         Height = 25
  1106.         TabOrder = 0
  1107.         Kind = bkOK
  1108.       end
  1109.       object BitBtn2: TBitBtn
  1110.         Left = 86
  1111.         Top = 4
  1112.         Width = 75
  1113.         Height = 25
  1114.         TabOrder = 1
  1115.         Kind = bkCancel
  1116.       end
  1117.     end
  1118.   end
  1119.   object FormStorage1: TFormStorage
  1120.     IniFileName = '\software\SpeedFan'
  1121.     Options = [fpPosition]
  1122.     UseRegistry = True
  1123.     StoredValues = <>
  1124.     Left = 464
  1125.     Top = 44
  1126.   end
  1127.   object siLangRT1: TsiLangRT
  1128.     Version = '5.3.1.1'
  1129.     StringsTypes.Strings = (
  1130.       'TIB_STRINGLIST'
  1131.       'TSTRINGLIST')
  1132.     NumOfLanguages = 5
  1133.     LangDispatcher = Form1.LangDispatcher
  1134.     LangDelim = 1
  1135.     LangNames.Strings = (
  1136.       'English'
  1137.       'Italiano'
  1138.       'German'
  1139.       'Polish'
  1140.       'Czech')
  1141.     Language = 'English'
  1142.     StorageDelimiter = '~!@#'
  1143.     ExtendedTranslations = <
  1144.       item
  1145.         Identifier = 'CBEditProperty.Left'
  1146.         PropertyType = tkInteger
  1147.         ValuesEx = {343401363001383401343401343401}
  1148.       end
  1149.       item
  1150.         Identifier = 'CBEditProperty.Width'
  1151.         PropertyType = tkInteger
  1152.         ValuesEx = {3336380133353201333238013336380133363801}
  1153.       end
  1154.       item
  1155.         Identifier = 'CBFullOnExit.Left'
  1156.         PropertyType = tkInteger
  1157.         ValuesEx = {3139320132323001323632013234380131393201}
  1158.       end
  1159.       item
  1160.         Identifier = 'CBIconBack.Left'
  1161.         PropertyType = tkInteger
  1162.         ValuesEx = {31303001373601313030013130300131303001}
  1163.       end
  1164.       item
  1165.         Identifier = 'CBIconText.Left'
  1166.         PropertyType = tkInteger
  1167.         ValuesEx = {31303001373601313030013130300131303001}
  1168.       end
  1169.       item
  1170.         Identifier = 'CBShowInTray.Left'
  1171.         PropertyType = tkInteger
  1172.         ValuesEx = {3430340134303801343034013430340134303401}
  1173.       end
  1174.       item
  1175.         Identifier = 'EDFanDelta.Left'
  1176.         PropertyType = tkInteger
  1177.         ValuesEx = {3134300131363801323130013139320131343001}
  1178.       end
  1179.       item
  1180.         Identifier = 'EDLogDecSep.Left'
  1181.         PropertyType = tkInteger
  1182.         ValuesEx = {3130300131303001313138013135300131303001}
  1183.       end
  1184.       item
  1185.         Identifier = 'EDLogMaxDays.Left'
  1186.         PropertyType = tkInteger
  1187.         ValuesEx = {3130300131303001313138013135300131303001}
  1188.       end
  1189.       item
  1190.         Identifier = 'EDLogMaxDecs.Left'
  1191.         PropertyType = tkInteger
  1192.         ValuesEx = {3130300131303001313138013135300131303001}
  1193.       end
  1194.       item
  1195.         Identifier = 'EDMinPwm.Left'
  1196.         PropertyType = tkInteger
  1197.         ValuesEx = {383801383001383801383801383801}
  1198.       end
  1199.       item
  1200.         Identifier = 'EDOffsetTemp.Left'
  1201.         PropertyType = tkInteger
  1202.         ValuesEx = {3333360133363001333336013333360133333601}
  1203.       end
  1204.       item
  1205.         Identifier = 'EDWantedTemp.Left'
  1206.         PropertyType = tkInteger
  1207.         ValuesEx = {343401363001343401343401343401}
  1208.       end
  1209.       item
  1210.         Identifier = 'EDWarningTemp.Left'
  1211.         PropertyType = tkInteger
  1212.         ValuesEx = {3139320132313601313936013139320131393201}
  1213.       end
  1214.       item
  1215.         Identifier = 'Label11.Left'
  1216.         PropertyType = tkInteger
  1217.         ValuesEx = {3330340133323801333034013330340133303401}
  1218.       end
  1219.       item
  1220.         Identifier = 'Label18.Left'
  1221.         PropertyType = tkInteger
  1222.         ValuesEx = {3134380131363401313438013134380131343801}
  1223.       end
  1224.       item
  1225.         Identifier = 'Label9.Left'
  1226.         PropertyType = tkInteger
  1227.         ValuesEx = {3133360131323801313336013133360131333601}
  1228.       end
  1229.       item
  1230.         Identifier = 'LABWantedTemp.Left'
  1231.         PropertyType = tkInteger
  1232.         ValuesEx = {39320131303801393201393201393201}
  1233.       end
  1234.       item
  1235.         Identifier = 'LABWarningTemp.Left'
  1236.         PropertyType = tkInteger
  1237.         ValuesEx = {3234300132363401323434013234300132343001}
  1238.       end
  1239.       item
  1240.         Identifier = 'PanTempUnit.Left'
  1241.         PropertyType = tkInteger
  1242.         ValuesEx = {323801323801353201323801323801}
  1243.       end
  1244.       item
  1245.         Identifier = 'VTFans.Header.Columns[0].Text'
  1246.         PropertyType = tkWString
  1247.         ValuesEx = {
  1248.           4C6162656C01457469636865747461014C6162656C014574796B69657461014A
  1249.           6DE96E6F01}
  1250.       end
  1251.       item
  1252.         Identifier = 'VTFans.Header.Columns[2].Text'
  1253.         PropertyType = tkWString
  1254.         ValuesEx = {
  1255.           53656E736F720153656E736F72650153656E736F720153656E736F720153656E
  1256.           7A6F7201}
  1257.       end
  1258.       item
  1259.         Identifier = 'VTFans.Header.Columns[3].Text'
  1260.         PropertyType = tkWString
  1261.         ValuesEx = {
  1262.           53616D706C650143616D70696F6E650153616D706C650150727A796BB3616401
  1263.           486F646E6F746101}
  1264.       end
  1265.       item
  1266.         Identifier = 'VTFans.Header.Columns[5].Text'
  1267.         PropertyType = tkWString
  1268.         ValuesEx = {
  1269.           4164647265737301496E646972697A7A6F014164647265737301416472657301
  1270.           41647265736101}
  1271.       end
  1272.       item
  1273.         Identifier = 'VTPwms.Header.Columns[0].Text'
  1274.         PropertyType = tkWString
  1275.         ValuesEx = {
  1276.           4C6162656C01457469636865747461014C6162656C014574796B69657461014A
  1277.           6DE96E6F01}
  1278.       end
  1279.       item
  1280.         Identifier = 'VTPwms.Header.Columns[2].Text'
  1281.         PropertyType = tkWString
  1282.         ValuesEx = {
  1283.           53656E736F720153656E736F72650153656E736F720153656E736F720153656E
  1284.           7A6F7201}
  1285.       end
  1286.       item
  1287.         Identifier = 'VTPwms.Header.Columns[4].Text'
  1288.         PropertyType = tkWString
  1289.         ValuesEx = {
  1290.           4164647265737301496E646972697A7A6F01416464726573730150727A796BB3
  1291.           61640141647265736101}
  1292.       end
  1293.       item
  1294.         Identifier = 'VTTemps.Header.Columns[0].Text'
  1295.         PropertyType = tkWString
  1296.         ValuesEx = {
  1297.           4C6162656C01457469636865747461014C6162656C014574796B69657461014A
  1298.           6DE96E6F01}
  1299.       end
  1300.       item
  1301.         Identifier = 'VTTemps.Header.Columns[2].Text'
  1302.         PropertyType = tkWString
  1303.         ValuesEx = {
  1304.           53656E736F720153656E736F72650153656E736F720153656E736F720153656E
  1305.           7A6F7201}
  1306.       end
  1307.       item
  1308.         Identifier = 'VTTemps.Header.Columns[3].Text'
  1309.         PropertyType = tkWString
  1310.         ValuesEx = {
  1311.           53616D706C650143616D70696F6E650153616D706C650150727A796BB3616401
  1312.           486F646E6F746101}
  1313.       end
  1314.       item
  1315.         Identifier = 'VTTemps.Header.Columns[5].Text'
  1316.         PropertyType = tkWString
  1317.         ValuesEx = {
  1318.           4164647265737301496E646972697A7A6F014164647265737301416472657301
  1319.           41647265736101}
  1320.       end
  1321.       item
  1322.         Identifier = 'VTVolts.Header.Columns[0].Text'
  1323.         PropertyType = tkWString
  1324.         ValuesEx = {
  1325.           4C6162656C01457469636865747461014C6162656C014574796B69657461014A
  1326.           6DE96E6F01}
  1327.       end
  1328.       item
  1329.         Identifier = 'VTVolts.Header.Columns[2].Text'
  1330.         PropertyType = tkWString
  1331.         ValuesEx = {
  1332.           53656E736F720153656E736F72650153656E736F720153656E736F720153656E
  1333.           7A6F7201}
  1334.       end
  1335.       item
  1336.         Identifier = 'VTVolts.Header.Columns[3].Text'
  1337.         PropertyType = tkWString
  1338.         ValuesEx = {
  1339.           53616D706C650143616D70696F6E650153616D706C650150727A796BB3616401
  1340.           486F646E6F746101}
  1341.       end
  1342.       item
  1343.         Identifier = 'VTVolts.Header.Columns[5].Text'
  1344.         PropertyType = tkWString
  1345.         ValuesEx = {
  1346.           4164647265737301496E646972697A7A6F014164647265737301416472657301
  1347.           41647265736101}
  1348.       end
  1349.       item
  1350.         Identifier = 'CBLanguage.Left'
  1351.         PropertyType = tkInteger
  1352.         ValuesEx = {353601353601353601383401353601}
  1353.       end>
  1354.     RTEditorActionsOptions = []
  1355.     Left = 20
  1356.     Top = 316
  1357.     TranslationData = {
  1358.       737443617074696F6E730D0A54446C67436F6E66696701436F6E666967757265
  1359.       01436F6E666967757261014B6F6E6669677572696572656E0155737461776965
  1360.       6E6961014B6F6E6669677572616365010D0A42697442746E31014F4B014F4B01
  1361.       4F4B014F4B014F4B010D0A42697442746E320143616E63656C01416E6E756C6C
  1362.       610141626272656368656E01416E756C756A0153746F726E6F010D0A43424175
  1363.       746F56617269617465014175746F6D61746963616C6C79207661726961746564
  1364.       0156617269617461206175746F6D61746963616D656E7465014175746F6D6174
  1365.       697363686520566172696174696F6E014175746F6D617479637A6E6965207A6D
  1366.       69656E69616E65014175746F6D617469636B7920F8ED7A656EE9010D0A434244
  1367.       656275674D6F6465016465627567206D6F6465014D6F64616C6974E020444542
  1368.       5547014465627567204D6F64757301547279622064656275676F77616E696101
  1369.       44656275673A010D0A434244656C6C46616E7301456E61626C652044454C4C20
  1370.       737570706F7274202875736520746869732066756E6374696F6E206F6E6C7920
  1371.       6F6E2044454C4C206E6F7465626F6F6B73290141747469766120737570706F72
  1372.       746F2044454C4C2028757361726520736F6C6F20737520706F72746174696C69
  1373.       2044454C4C290144656E20537570706F72742066FC722044454C4C204E6F7465
  1374.       626F6F6B7320616B746976696572656E20202844696573652046756B74696F6E
  1375.       2067696C74206E75722066FC722044454C4C204E6F7465626F6F6B732901416B
  1376.       747977756A20777370617263696520646C612044454C4C2028757A796A207465
  1377.       6A2066756E6B636A692054594C4B4F207A206E6F7465626F6F6B616D69204465
  1378.       6C6C2901506F766F6C697420706F64706F72752044454C4C2028706F759E696A
  1379.       7465206E61206E6F7465626F6F63ED63682044454C4C29010D0A434246616E4C
  1380.       6F67676564014C6F67676564014C6F676765640147656C6F676774015A616C6F
  1381.       676F77616E79014C6F676F76E16E6F010D0A434246756C6C4F6E457869740153
  1382.       65742066616E7320746F2031303025206F6E2070726F6772616D206578697401
  1383.       56656E746F6C6520616C203130302520696E207573636974612064616C207072
  1384.       6F6772616D6D610131303025204C65697374756E672077656E6E206461732050
  1385.       726F6772616D6D2067657363686C6F7373656E20776972640155737461772077
  1386.       656E74796C61746F7279206E6120313030252070727A792077796A636975207A
  1387.       2070726F6772616D750150F86920756B6F6EE8656EED206E6173746176697420
  1388.       76EC7472E16B79206E612031303025010D0A43424C6F67416464486561646572
  1389.       014164642068656164657220746F207468652066696C650141676769756E6769
  1390.       20696E74657374617A696F6E6520616C2066696C6501486561646572207A7572
  1391.       2044617465692068696E7A7566FC67656E01446F64616A206E6167B3F377656B
  1392.       20646F20706C696B750150F86964617420686C617669E86B7520646F20736F75
  1393.       626F7275010D0A43424C6F67456E61626C656401456E61626C6564014162696C
  1394.       697461746F01416B746976696572740157B3B9637A6F6E7901506F766F6C6974
  1395.       010D0A43424D696E696D697A654F6E436C6F7365014D696E696D697A65206F6E
  1396.       20636C6F7365014D696E696D697A7A6120696E76656365206469206368697564
  1397.       657265014265696D205363686C6965DF656E206D696E696D696572656E015A6D
  1398.       696E696D616C697A756A2070727A79207A616D796B616E6975014D696E696D61
  1399.       6C697A6F7661742070F869207A6176F8656EED010D0A4342526573746F726550
  1400.       726F700172656D656D626572206974017269636F7264616C61014572696E6E65
  1401.       726E015A6170616D69EA74616A015A6170616D61746F766174010D0A43425368
  1402.       6F77496E547261790153686F7720696E2074726179014D6F73747261206E656C
  1403.       207472617901496D205472617920616E7A656967656E01506F6B61BF20772074
  1404.       7261792D75015A6F6272617A69742076206C699A74EC010D0A43425374617274
  1405.       4D696E696D697A6564017374617274206D696E696D697A656401617676696120
  1406.       6D696E696D697A7A61746F014D696E696D69657274207374617274656E015572
  1407.       7563686F6D207A6D696E696D616C697A6F77616E790153707573746974206D69
  1408.       6E696D616C697A6F76616EFD010D0A434254656D704C6F67676564014C6F6767
  1409.       6564014C6F676765640147656C6F676774015A616C6F676F77616E79014C6F67
  1410.       6F76E16E6F010D0A434255736549534101495341204255530149534120425553
  1411.       014953412042555301495341204255530149534120425553010D0A4342557365
  1412.       534D4201534D42757301534D42757301534D42757301534D62757301534D4275
  1413.       73010D0A4342566F6C744C6F67676564014C6F67676564014C6F676765640147
  1414.       656C6F676774015A616C6F676F77616E79014C6F676F76E16E6F010D0A47726F
  1415.       7570426F78310154726179206261720154726179206261720154726179206261
  1416.       72015472617920626172014C699A7461010D0A47726F7570426F7833014C6574
  1417.       20537065656446616E206163636573732073656E736F7273207468726F756768
  1418.       014163636564692061692073656E736F7269206174747261766572736F014469
  1419.       6520537065656446616E2053656E736F72656E2073696E6420616B7469766965
  1420.       727401506F7A77F36C20537065656446616E2D6F7769206E612062657A706F72
  1421.       65646E6920646F7374EA7020646F2073656E736F72F37701537065656446616E
  1422.       206A65207072F963686F7AED20736B727A2073656E7A6F7279010D0A4C616265
  1423.       6C31014368697001436869700143686970014368697001C86970010D0A4C6162
  1424.       656C313001250125012501250125010D0A4C6162656C3131014F666673657401
  1425.       4F6666736574014F6666736574014F6666736574014F6666736574010D0A4C61
  1426.       62656C3132014C616E6775616765014C696E6775610153707261636865014AEA
  1427.       7A796B2070726F6772616D75014A617A796B3A010D0A4C6162656C3133014465
  1428.       63696D616C20736570617261746F7201536570617261746F726520646563696D
  1429.       616C650144657A696D616C7472656E6E657201536570617261746F7220647A69
  1430.       7369EA746E79014465736574696E6EE120E8E1726B613A010D0A4C6162656C31
  1431.       35014D617820646563696D616C73014D617820646563696D616C69014D617820
  1432.       44657A696D616C7374656C6C656E01496C6F9CE62063796672014D61782E2064
  1433.       6573ED74656B3A010D0A4C6162656C3136014461797320746F206B6565700147
  1434.       696F726E6920646120636F6E7365727661726501476568616C74656E20776572
  1435.       64656E207461676501496C6F9CE62070727A6563686F777977616E7963682064
  1436.       6E69015A6163686F76617420646EED010D0A4C6162656C313701446573697265
  1437.       6401446573696465726174610157FC6E736368656E73776572740150727A657A
  1438.       6E61637A656E696501506F9E61642E010D0A4C6162656C3138015761726E696E
  1439.       6701417474656E7A696F6E65015761726E756E67014F7374727A65BF656E6965
  1440.       0155706F7A6F726EEC6EED010D0A4C6162656C320153656C6563742061207365
  1441.       6E736F7220616E6420612070726F706572747920746F206368616E6765206974
  1442.       732073657474696E67730153656C657A696F6E6120756E2073656E736F726520
  1443.       656420756E612070726F7072696574E02070657220636F6E666967757261726C
  1444.       610157E4686C656E205369652065696E656E2053656E736F722061757320756D
  1445.       206469652045696E7374656C6C756E67656E207A7520E46E6465726E01577962
  1446.       6965727A2073656E736F72206920706172616D65747220646F207A6D69616E79
  1447.       206A65676F2075737461776965F101567962657274652073656E7A6F72206120
  1448.       766C6173746E6F73742070726F207A6DEC6E75206E6173746176656EED010D0A
  1449.       4C6162656C330149636F6E206261636B67726F756E640153666F6E646F206963
  1450.       6F6E610149636F6E2048696E7465726772756E640154B36F20696B6F6E01506F
  1451.       7A6164ED20696B6F6E79010D0A4C6162656C340149636F6E2074657874015465
  1452.       73746F2069636F6E610149636F6E20746578740154B36F2074656B7374750154
  1453.       65787420696B6F6E79010D0A4C6162656C34350155736520666F6E7401557361
  1454.       20666F6E7401536368726966746172742062656E75747A656E015769656C6B6F
  1455.       9CE620637A63696F6E6B6901466F6E74010D0A4C6162656C34370144656C7461
  1456.       2076616C756520666F722066616E207370656564730144656C74612070657220
  1457.       6C652076656C6F636974E02064656C6C652076656E746F6C650144656C746120
  1458.       576572742066FC7220646965204CFC6674657220476573636877696E6469676B
  1459.       65697401576172746F9CE62064656C747920646C61207072EA646B6F63692077
  1460.       69617472616BF3770144656C74612070726F20727963686C6F7374692076EC74
  1461.       72E16BF9010D0A4C6162656C3501557365015573610142656E75747A656E0155
  1462.       BF796A0120010D0A4C6162656C360153657420746F0143616D62696120696E01
  1463.       DC6265726E65686D656E20696E015573746177014E6173742E010D0A4C616265
  1464.       6C37014D696E696D756D2076616C75650156616C6F7265206D696E696D6F014D
  1465.       696E696D616C652074656D7001576172746F9CE6206D696E696D616C6E61014D
  1466.       696E2E20686F646E6F7461010D0A4C6162656C38014D6178696D756D2076616C
  1467.       75650156616C6F7265206D617373696D6F014D6178696D616C652074656D7001
  1468.       576172746F9CE6206D616B73796D616C6E61014D61782E20686F646E6F746101
  1469.       0D0A4C6162656C39012501010101010D0A4C414246616E446174610153656C65
  1470.       637420612066616E20746F206368616E6765206974732073657474696E677301
  1471.       53656C657A696F6E6120756E612076656E746F6C6120706572206D6F64696669
  1472.       6361726E65206C6120636F6E6669677572617A696F6E650157E4686C656E2053
  1473.       69652065696E656E204CFC66746572206175732C20756D206469652045696E73
  1474.       74656C6C756E67656E207A7520E46E6465726E015779626965727A2077656E74
  1475.       796C61746F7220646F207A6D69616E79206A65676F20706172616D657472F377
  1476.       01567962657274652076EC7472E16B2070726F207A6DEC6E75206E6173746176
  1477.       656EED010D0A4C41425370656564446174610153656C65637420612073706565
  1478.       6420746F206368616E6765206974732073657474696E67730153656C657A696F
  1479.       6E6120756E612076656C6F636974E020706572206D6F646966696361726E6520
  1480.       6C6120636F6E6669677572617A696F6E650157E4686C656E205369652065696E
  1481.       6520476573636877696E6469676B656974206175732C20756D20646965204569
  1482.       6E7374656C6C756E67656E207A7520E46E6465726E015779626965727A207072
  1483.       EA646B6F9CE620646F207A6D69616E79206A656A20706172616D657472F37701
  1484.       5679626572746520727963686C6F73742070726F207A6DEC6E75206E61737461
  1485.       76656EED010D0A4C414254656D70446174610153656C65637420612074656D70
  1486.       6572617475726520746F206368616E6765206974732073657474696E67730153
  1487.       656C657A696F6E6120756E612074656D706572617475726120706572206D6F64
  1488.       6966696361726E65206C6120636F6E6669677572617A696F6E650157E4686C65
  1489.       6E205369652065696E652054656D70657261747572206175732C20756D206469
  1490.       652045696E7374656C6C756E67656E207A7520E46E6465726E01577962696572
  1491.       7A2074656D70657261747572EA20646F207A6D69616E79206A656A2070617261
  1492.       6D657472F3770156796265727465207465706C6F74752070726F207A6DEC6E75
  1493.       206E6173746176656EED010D0A4C4142566F6C74446174610153656C65637420
  1494.       6120766F6C7461676520746F206368616E6765206974732073657474696E6773
  1495.       0153656C657A696F6E6120756E20766F6C74616767696F20706572206D6F6469
  1496.       66696361726E65206C6120636F6E6669677572617A696F6E650157E4686C656E
  1497.       205369652065696E65205370616E6E756E67206175732C20756D206469652045
  1498.       696E7374656C6C756E67656E207A7520E46E6465726E015779626965727A206E
  1499.       617069EA63696520646F207A6D69616E79206A65676F20706172616D657472F3
  1500.       770156796265727465206E6170EC74ED2070726F207A6DEC6E75206E61737461
  1501.       76656EED010D0A4C414257616E74656454656D7001B04301010101010D0A4C41
  1502.       425761726E696E6754656D7001B04301010101010D0A50414E416476616E6365
  1503.       640101010101010D0A50616E416476616E636564446174610101010101010D0A
  1504.       50616E426F74746F6D416476616E6365640101010101010D0A50414E426F7474
  1505.       6F6D46616E0101010101010D0A50616E426F74746F6D53706565640101010101
  1506.       010D0A50414E426F74746F6D54656D700101010101010D0A50414E426F74746F
  1507.       6D566F6C740101010101010D0A50616E656C310101010101010D0A50616E656C
  1508.       320101010101010D0A50616E656C330101010101010D0A50616E656C34010101
  1509.       0101010D0A50616E656C370101010101010D0A50616E46616E44617461010101
  1510.       0101010D0A50414E46616E730101010101010D0A50414E4C6F674F7074696F6E
  1511.       730101010101010D0A50616E50776D446174610101010101010D0A50414E5370
  1512.       656564730101010101010D0A50616E54656D70446174610101010101010D0A50
  1513.       414E54656D70730101010101010D0A50616E54656D70556E6974010101010101
  1514.       0D0A50414E566F6C74446174610101010101010D0A50414E566F6C7473010101
  1515.       0101010D0A5242466F6E744C61726765016C61726765016772616E6465016772
  1516.       6F73736520016475BF610176656C6BFD010D0A5242466F6E74536D616C6C0173
  1517.       6D616C6C01706963636F6C6F016B6C65696E65016D61B361016D616CFD010D0A
  1518.       524255736543656C736975730143656C736975730143656C736975730143656C
  1519.       736975730143656C736975737A790143656C736961010D0A5242557365466168
  1520.       72656E686569740146616872656E686569740146616872656E68656974014661
  1521.       6872656E686569740146616872656E68656974F3770146616872656E68656974
  1522.       79010D0A5453416476616E63656401416476616E636564014176616E7A617465
  1523.       0142656E75747A6572646566696E69657274015A616177616E736F77616E6501
  1524.       526F7A9AEDF8656EE9010D0A545346616E730146616E730156656E746F6C6501
  1525.       4CFC667465720157656E74796C61746F72790156EC7472E16B79010D0A54534C
  1526.       6F6767696E67014C6F67010101447A69656E6E696B014C6F67010D0A54534F70
  1527.       74696F6E73014F7074696F6E73014F707A696F6E69014F7074696F6E656E014F
  1528.       70636A6501566F6C6279010D0A5453537065656473015370656564730156656C
  1529.       6F636974E001476573636877696E6469676B656974656E015072EA646B6F9C63
  1530.       6901527963686C6F737469010D0A545354656D70730154656D70657261747572
  1531.       65730154656D70657261747572650154656D70657261747572656E0154656D70
  1532.       65726174757279015465706C6F7479010D0A5453566F6C747301566F6C746167
  1533.       657301566F6C7461676769015370616E6E756E67656E014E617069EA63696101
  1534.       4E6170EC74ED010D0A4C6162656C3134015072696F7269747901010101010D0A
  1535.       737448696E74730D0A54446C67436F6E6669670101010101010D0A4269744274
  1536.       6E310101010101010D0A42697442746E320101010101010D0A43424164764368
  1537.       69700101010101010D0A43424175746F566172696174650101010101010D0A43
  1538.       4244656275674D6F64650101010101010D0A434244656C6C46616E7301010101
  1539.       01010D0A43424564697450726F70657274790101010101010D0A434246616E4C
  1540.       6F676765640101010101010D0A434246756C6C4F6E457869740101010101010D
  1541.       0A434249636F6E4261636B0101010101010D0A434249636F6E54657874010101
  1542.       0101010D0A43424C616E67756167650101010101010D0A43424C6F6741646448
  1543.       65616465720101010101010D0A43424C6F67456E61626C65640101010101010D
  1544.       0A43424D696E696D697A654F6E436C6F73650101010101010D0A434252657374
  1545.       6F726550726F700101010101010D0A434253686F77496E547261790101010101
  1546.       010D0A434253746172744D696E696D697A65640101010101010D0A434254656D
  1547.       704C6F676765640101010101010D0A43425573654953410101010101010D0A43
  1548.       42557365534D420101010101010D0A4342566F6C744C6F676765640101010101
  1549.       010D0A454446616E44656C74610101010101010D0A45444C6F67446563536570
  1550.       0101010101010D0A45444C6F674D6178446179730101010101010D0A45444C6F
  1551.       674D6178446563730101010101010D0A45444D617850776D0101010101010D0A
  1552.       45444D696E50776D0101010101010D0A45444F666673657454656D7001010101
  1553.       01010D0A454457616E74656454656D700101010101010D0A45445761726E696E
  1554.       6754656D700101010101010D0A47726F7570426F78310101010101010D0A4772
  1555.       6F7570426F78330101010101010D0A4C6162656C310101010101010D0A4C6162
  1556.       656C31300101010101010D0A4C6162656C31310101010101010D0A4C6162656C
  1557.       31320101010101010D0A4C6162656C31330101010101010D0A4C6162656C3135
  1558.       0101010101010D0A4C6162656C31360101010101010D0A4C6162656C31370101
  1559.       010101010D0A4C6162656C31380101010101010D0A4C6162656C320101010101
  1560.       010D0A4C6162656C330101010101010D0A4C6162656C340101010101010D0A4C
  1561.       6162656C34350101010101010D0A4C6162656C34370101010101010D0A4C6162
  1562.       656C350101010101010D0A4C6162656C360101010101010D0A4C6162656C3701
  1563.       01010101010D0A4C6162656C380101010101010D0A4C6162656C390101010101
  1564.       010D0A4C414246616E446174610101010101010D0A4C41425370656564446174
  1565.       610101010101010D0A4C414254656D70446174610101010101010D0A4C414256
  1566.       6F6C74446174610101010101010D0A4C414257616E74656454656D7001010101
  1567.       01010D0A4C41425761726E696E6754656D700101010101010D0A4C5650726F70
  1568.       730101010101010D0A70616765730101010101010D0A50414E416476616E6365
  1569.       640101010101010D0A50616E416476616E636564446174610101010101010D0A
  1570.       50616E426F74746F6D416476616E6365640101010101010D0A50414E426F7474
  1571.       6F6D46616E0101010101010D0A50616E426F74746F6D53706565640101010101
  1572.       010D0A50414E426F74746F6D54656D700101010101010D0A50414E426F74746F
  1573.       6D566F6C740101010101010D0A50616E656C310101010101010D0A50616E656C
  1574.       320101010101010D0A50616E656C330101010101010D0A50616E656C34010101
  1575.       0101010D0A50616E656C370101010101010D0A50616E46616E44617461010101
  1576.       0101010D0A50414E46616E730101010101010D0A50414E4C6F674F7074696F6E
  1577.       730101010101010D0A50616E50776D446174610101010101010D0A50414E5370
  1578.       656564730101010101010D0A50616E54656D70446174610101010101010D0A50
  1579.       414E54656D70730101010101010D0A50616E54656D70556E6974010101010101
  1580.       0D0A50414E566F6C74446174610101010101010D0A50414E566F6C7473010101
  1581.       0101010D0A5242466F6E744C617267650101010101010D0A5242466F6E74536D
  1582.       616C6C0101010101010D0A524255736543656C736975730101010101010D0A52
  1583.       4255736546616872656E686569740101010101010D0A5453416476616E636564
  1584.       0101010101010D0A545346616E730101010101010D0A54534C6F6767696E6701
  1585.       01010101010D0A54534F7074696F6E730101010101010D0A5453537065656473
  1586.       0101010101010D0A545354656D70730101010101010D0A5453566F6C74730101
  1587.       010101010D0A565446616E730101010101010D0A565450776D73010101010101
  1588.       0D0A565454656D70730101010101010D0A5654566F6C74730101010101010D0A
  1589.       4C6162656C31340101010101010D0A43425072696F726974790101010101010D
  1590.       0A7374446973706C61794C6162656C730D0A7374466F6E74730D0A54446C6743
  1591.       6F6E666967014D532053616E73205365726966014D532053616E732053657269
  1592.       66014D532053616E73205365726966014D532053616E73205365726966014D53
  1593.       2053616E73205365726966010D0A73744D756C74694C696E65730D0A43424164
  1594.       76436869702E4974656D730101010101010D0A43424564697450726F70657274
  1595.       792E4974656D730101010101010D0A434249636F6E4261636B2E436F6C6F724E
  1596.       616D65730101010101010D0A434249636F6E546578742E436F6C6F724E616D65
  1597.       730101010101010D0A43424C616E67756167652E4974656D730101010101010D
  1598.       0A43425072696F726974792E4974656D730149646C652C4E6F726D616C2C4869
  1599.       67682C5265616C74696D6501010101010D0A7374446C677343617074696F6E73
  1600.       0D0A41626F7274012641626F727401012641626272656368656E0150727A6572
  1601.       77696A01265A72759A6974010D0A416C6C0126416C6C010126416C6C65730157
  1602.       737A7973746B6F0126569A65010D0A43616E63656C0143616E63656C01014162
  1603.       6272656368656E01416E756C756A0153746F726E6F010D0A436F6E6669726D01
  1604.       436F6E6669726D0101DC6265726E65686D656E01506F7477696572649F01506F
  1605.       7476727A656EED010D0A4572726F72014572726F7201014665686C65720142B3
  1606.       B964014368796261010D0A48656C70012648656C7001012648696C666501506F
  1607.       6D6F63014EE126706F76EC6461010D0A49676E6F7265012649676E6F72650101
  1608.       2649676E6F72696572656E0149676E6F72756A012649676E6F726F766174010D
  1609.       0A496E666F726D6174696F6E01496E666F726D6174696F6E0101496E666F726D
  1610.       6174696F6E656E01496E666F726D61636A6101496E666F726D616365010D0A4E
  1611.       6F01264E6F0101264E65696E014E696501264E65010D0A4E6F20546F20416C6C
  1612.       014E266F20746F20416C6C01014E65696E2066FC7220616C6C65014E69652064
  1613.       6C612077737A7973746B696368014E266520769A656D010D0A4F4B014F4B0101
  1614.       4F4B014F4B014F4B010D0A526574727901265265747279010126576965646572
  1615.       6865727374656C6C656E01506F7774F3727A01265A6E6F7675010D0A5761726E
  1616.       696E67015761726E696E6701015761726E756E67014F7374727A65BF656E6965
  1617.       0155706F7A6F726EEC6EED010D0A59657301265965730101264A610154616B01
  1618.       26416E6F010D0A59657320546F20416C6C0159657320746F2026416C6C01014A
  1619.       612066FC7220616C6C650154616B20646C612077737A7973746B69636801416E
  1620.       6F2026769A656D010D0A7374537472696E67730D0A73744F7468657253747269
  1621.       6E67730D0A42697442746E312E48656C704B6579776F72640101010101010D0A
  1622.       42697442746E322E48656C704B6579776F72640101010101010D0A4342416476
  1623.       436869702E48656C704B6579776F72640101010101010D0A4342416476436869
  1624.       702E496D654E616D650101010101010D0A4342416476436869702E5465787401
  1625.       01010101010D0A43424175746F566172696174652E48656C704B6579776F7264
  1626.       0101010101010D0A434244656275674D6F64652E48656C704B6579776F726401
  1627.       01010101010D0A434244656C6C46616E732E48656C704B6579776F7264010101
  1628.       0101010D0A43424564697450726F70657274792E48656C704B6579776F726401
  1629.       01010101010D0A43424564697450726F70657274792E496D654E616D65010101
  1630.       0101010D0A43424564697450726F70657274792E546578740101010101010D0A
  1631.       434246616E4C6F676765642E48656C704B6579776F72640101010101010D0A43
  1632.       4246756C6C4F6E457869742E48656C704B6579776F72640101010101010D0A43
  1633.       4249636F6E4261636B2E48656C704B6579776F72640101010101010D0A434249
  1634.       636F6E4261636B2E496D654E616D650101010101010D0A434249636F6E546578
  1635.       742E48656C704B6579776F72640101010101010D0A434249636F6E546578742E
  1636.       496D654E616D650101010101010D0A43424C616E67756167652E48656C704B65
  1637.       79776F72640101010101010D0A43424C616E67756167652E496D654E616D6501
  1638.       01010101010D0A43424C616E67756167652E546578740101010101010D0A4342
  1639.       4C6F674164644865616465722E48656C704B6579776F72640101010101010D0A
  1640.       43424C6F67456E61626C65642E48656C704B6579776F72640101010101010D0A
  1641.       43424D696E696D697A654F6E436C6F73652E48656C704B6579776F7264010101
  1642.       0101010D0A4342526573746F726550726F702E48656C704B6579776F72640101
  1643.       010101010D0A434253686F77496E547261792E48656C704B6579776F72640101
  1644.       010101010D0A434253746172744D696E696D697A65642E48656C704B6579776F
  1645.       72640101010101010D0A434254656D704C6F676765642E48656C704B6579776F
  1646.       72640101010101010D0A43425573654953412E48656C704B6579776F72640101
  1647.       010101010D0A4342557365534D422E48656C704B6579776F7264010101010101
  1648.       0D0A4342566F6C744C6F676765642E48656C704B6579776F7264010101010101
  1649.       0D0A454446616E44656C74612E48656C704B6579776F72640101010101010D0A
  1650.       454446616E44656C74612E496D654E616D650101010101010D0A45444C6F6744
  1651.       65635365702E48656C704B6579776F72640101010101010D0A45444C6F674465
  1652.       635365702E496D654E616D650101010101010D0A45444C6F674465635365702E
  1653.       546578740101010101010D0A45444C6F674D6178446179732E48656C704B6579
  1654.       776F72640101010101010D0A45444C6F674D6178446179732E496D654E616D65
  1655.       0101010101010D0A45444C6F674D6178446563732E48656C704B6579776F7264
  1656.       0101010101010D0A45444C6F674D6178446563732E496D654E616D6501010101
  1657.       01010D0A45444D617850776D2E48656C704B6579776F72640101010101010D0A
  1658.       45444D617850776D2E496D654E616D650101010101010D0A45444D696E50776D
  1659.       2E48656C704B6579776F72640101010101010D0A45444D696E50776D2E496D65
  1660.       4E616D650101010101010D0A45444F666673657454656D702E48656C704B6579
  1661.       776F72640101010101010D0A45444F666673657454656D702E496D654E616D65
  1662.       0101010101010D0A454457616E74656454656D702E48656C704B6579776F7264
  1663.       0101010101010D0A454457616E74656454656D702E496D654E616D6501010101
  1664.       01010D0A45445761726E696E6754656D702E48656C704B6579776F7264010101
  1665.       0101010D0A45445761726E696E6754656D702E496D654E616D65010101010101
  1666.       0D0A466F726D53746F72616765312E496E6946696C654E616D65015C736F6674
  1667.       776172655C537065656446616E01015C736F6674776172655C53706565644661
  1668.       6E015C736F6674776172655C537065656446616E015C736F6674776172655C53
  1669.       7065656446616E010D0A466F726D53746F72616765312E496E6953656374696F
  1670.       6E0101010101010D0A47726F7570426F78312E48656C704B6579776F72640101
  1671.       010101010D0A47726F7570426F78332E48656C704B6579776F72640101010101
  1672.       010D0A4C6162656C312E48656C704B6579776F72640101010101010D0A4C6162
  1673.       656C31302E48656C704B6579776F72640101010101010D0A4C6162656C31312E
  1674.       48656C704B6579776F72640101010101010D0A4C6162656C31322E48656C704B
  1675.       6579776F72640101010101010D0A4C6162656C31332E48656C704B6579776F72
  1676.       640101010101010D0A4C6162656C31352E48656C704B6579776F726401010101
  1677.       01010D0A4C6162656C31362E48656C704B6579776F72640101010101010D0A4C
  1678.       6162656C31372E48656C704B6579776F72640101010101010D0A4C6162656C31
  1679.       382E48656C704B6579776F72640101010101010D0A4C6162656C322E48656C70
  1680.       4B6579776F72640101010101010D0A4C6162656C332E48656C704B6579776F72
  1681.       640101010101010D0A4C6162656C342E48656C704B6579776F72640101010101
  1682.       010D0A4C6162656C34352E48656C704B6579776F72640101010101010D0A4C61
  1683.       62656C34372E48656C704B6579776F72640101010101010D0A4C6162656C352E
  1684.       48656C704B6579776F72640101010101010D0A4C6162656C362E48656C704B65
  1685.       79776F72640101010101010D0A4C6162656C372E48656C704B6579776F726401
  1686.       01010101010D0A4C6162656C382E48656C704B6579776F72640101010101010D
  1687.       0A4C6162656C392E48656C704B6579776F72640101010101010D0A4C41424661
  1688.       6E446174612E48656C704B6579776F72640101010101010D0A4C414253706565
  1689.       64446174612E48656C704B6579776F72640101010101010D0A4C414254656D70
  1690.       446174612E48656C704B6579776F72640101010101010D0A4C4142566F6C7444
  1691.       6174612E48656C704B6579776F72640101010101010D0A4C414257616E746564
  1692.       54656D702E48656C704B6579776F72640101010101010D0A4C41425761726E69
  1693.       6E6754656D702E48656C704B6579776F72640101010101010D0A4C5650726F70
  1694.       732E48656C704B6579776F72640101010101010D0A70616765732E48656C704B
  1695.       6579776F72640101010101010D0A50414E416476616E6365642E48656C704B65
  1696.       79776F72640101010101010D0A50616E416476616E636564446174612E48656C
  1697.       704B6579776F72640101010101010D0A50616E426F74746F6D416476616E6365
  1698.       642E48656C704B6579776F72640101010101010D0A50414E426F74746F6D4661
  1699.       6E2E48656C704B6579776F72640101010101010D0A50616E426F74746F6D5370
  1700.       6565642E48656C704B6579776F72640101010101010D0A50414E426F74746F6D
  1701.       54656D702E48656C704B6579776F72640101010101010D0A50414E426F74746F
  1702.       6D566F6C742E48656C704B6579776F72640101010101010D0A50616E656C312E
  1703.       48656C704B6579776F72640101010101010D0A50616E656C322E48656C704B65
  1704.       79776F72640101010101010D0A50616E656C332E48656C704B6579776F726401
  1705.       01010101010D0A50616E656C342E48656C704B6579776F72640101010101010D
  1706.       0A50616E656C372E48656C704B6579776F72640101010101010D0A50616E4661
  1707.       6E446174612E48656C704B6579776F72640101010101010D0A50414E46616E73
  1708.       2E48656C704B6579776F72640101010101010D0A50414E4C6F674F7074696F6E
  1709.       732E48656C704B6579776F72640101010101010D0A50616E50776D446174612E
  1710.       48656C704B6579776F72640101010101010D0A50414E5370656564732E48656C
  1711.       704B6579776F72640101010101010D0A50616E54656D70446174612E48656C70
  1712.       4B6579776F72640101010101010D0A50414E54656D70732E48656C704B657977
  1713.       6F72640101010101010D0A50616E54656D70556E69742E48656C704B6579776F
  1714.       72640101010101010D0A50414E566F6C74446174612E48656C704B6579776F72
  1715.       640101010101010D0A50414E566F6C74732E48656C704B6579776F7264010101
  1716.       0101010D0A5242466F6E744C617267652E48656C704B6579776F726401010101
  1717.       01010D0A5242466F6E74536D616C6C2E48656C704B6579776F72640101010101
  1718.       010D0A524255736543656C736975732E48656C704B6579776F72640101010101
  1719.       010D0A524255736546616872656E686569742E48656C704B6579776F72640101
  1720.       010101010D0A54446C67436F6E6669672E48656C7046696C650101010101010D
  1721.       0A54446C67436F6E6669672E48656C704B6579776F72640101010101010D0A54
  1722.       53416476616E6365642E48656C704B6579776F72640101010101010D0A545346
  1723.       616E732E48656C704B6579776F72640101010101010D0A54534C6F6767696E67
  1724.       2E48656C704B6579776F72640101010101010D0A54534F7074696F6E732E4865
  1725.       6C704B6579776F72640101010101010D0A54535370656564732E48656C704B65
  1726.       79776F72640101010101010D0A545354656D70732E48656C704B6579776F7264
  1727.       0101010101010D0A5453566F6C74732E48656C704B6579776F72640101010101
  1728.       010D0A565446616E732E44656661756C7454657874014E6F6465010101014E6F
  1729.       6465010D0A565446616E732E48656C704B6579776F72640101010101010D0A56
  1730.       5450776D732E44656661756C7454657874014E6F6465010101014E6F6465010D
  1731.       0A565450776D732E48656C704B6579776F72640101010101010D0A565454656D
  1732.       70732E44656661756C7454657874014E6F6465010101014E6F6465010D0A5654
  1733.       54656D70732E48656C704B6579776F72640101010101010D0A5654566F6C7473
  1734.       2E44656661756C7454657874014E6F6465010101014E6F6465010D0A5654566F
  1735.       6C74732E48656C704B6579776F72640101010101010D0A4C6162656C31342E48
  1736.       656C704B6579776F72640101010101010D0A43425072696F726974792E48656C
  1737.       704B6579776F72640101010101010D0A43425072696F726974792E496D654E61
  1738.       6D650101010101010D0A43425072696F726974792E546578740101010101010D
  1739.       0A73744C6F63616C65730D0A43757272656E637920537472696E670180010180
  1740.       01504C4E01435A4B010D0A4461746520536570617261746F72012F01012F012E
  1741.       012E010D0A446563696D616C20536570617261746F72012C01012C012C012C01
  1742.       0D0A4C6F6E67204461746520466F726D617401646464642064204D4D4D4D2079
  1743.       7979790101646464642064204D4D4D4D207979797901646464642064204D4D4D
  1744.       4D207979797901646464642064204D4D4D4D2079797979010D0A4C6F6E672044
  1745.       6179204E616D657301646F6D656E6963612C6C756E6564EC2C6D6172746564EC
  1746.       2C6D6572636F6C6564EC2C67696F766564EC2C76656E657264EC2C7361626174
  1747.       6F01014D6F6E7461672C4469656E737461672C4D697474776F63682C446F6E6E
  1748.       6572737461672C467265697461672C53616D737461672C536F6E6E7461670150
  1749.       6F6E6965647A6961B3656B2C57746F72656B2C8C726F64612C437A7761727465
  1750.       6B2C5069B974656B2C536F626F74612C4E6965647A69656C6101506F6E64EC6C
  1751.       ED2CDA746572FD2C5374F86564612CC874767274656B2C50E174656B2C536F62
  1752.       6F74612C4E6564EC6C65010D0A4C6F6E67204D6F6E7468204E616D6573016765
  1753.       6E6E61696F2C666562627261696F2C6D61727A6F2C617072696C652C6D616767
  1754.       696F2C676975676E6F2C6C75676C696F2C61676F73746F2C73657474656D6272
  1755.       652C6F74746F6272652C6E6F76656D6272652C646963656D62726501014A616E
  1756.       7561722C466562727561722C4DE4727A2C417072696C2C4D61692C4A756E692C
  1757.       4A756C692C4175677573742C53657074656D6265722C4F6B746F6265722C4E6F
  1758.       76656D6265722C44657A656D62657201537479637A65F12C4C7574792C4D6172
  1759.       7A65632C4B776965636965F12C4D616A2C437A6572776965632C4C6970696563
  1760.       2C53696572706965F12C57727A65736965F12C50619F647A6965726E696B2C4C
  1761.       6973746F7061642C477275647A6965F1014C6564656E2CDA6E6F722C42F8657A
  1762.       656E2C447562656E2C4B76EC74656E2CC8657276656E2CC8657276656E65632C
  1763.       537270656E2C5AE1F8ED2CD8ED6A656E2C4C6973746F7061642C50726F73696E
  1764.       6563010D0A4C6F6E672054696D6520466F726D617401683A6D6D3A7373010168
  1765.       3A6D6D3A73730168683A6D6D3A73730168683A6D6D3A7373010D0A53686F7274
  1766.       204461746520466F726D61740164642F4D4D2F79797979010164642F4D4D2F79
  1767.       7979790164642E4D4D2E797979790164642E4D4D2E79797979010D0A53686F72
  1768.       7420446179204E616D657301646F6D2C6C756E2C6D61722C6D65722C67696F2C
  1769.       76656E2C73616201014D6F6E2C4469652C4D69742C446F6E2C4672652C53616D
  1770.       2C536F6E01506F6E2C57742C8C722C437A772C5069B92C536F2C4E696501506F
  1771.       2CDA742C53742CC8742C50E12C536F2C4E65010D0A53686F7274204D6F6E7468
  1772.       204E616D65730167656E2C6665622C6D61722C6170722C6D61672C6769752C6C
  1773.       75672C61676F2C7365742C6F74742C6E6F762C64696301014A616E2C4665622C
  1774.       4DE4722C4170722C4D61692C4A756E2C4A756C2C4175672C5365702C4F6B742C
  1775.       4E6F762C44657A015374792C4C7574792C4D61722C4B77692C4D61692C437A65
  1776.       2C4C69702C5369652C57727A2C50619F2C4C69732C477275014C65642CDA6E2C
  1777.       42F8652C44752C4B762CC8652CC8632C53722C5AE12CD8ED2C4C692C50726F73
  1778.       010D0A53686F72742054696D6520466F726D617401683A6D6D0101683A6D6D01
  1779.       683A6D6D01683A6D6D010D0A54686F7573616E6420536570617261746F72012E
  1780.       01012E012E012E010D0A54696D6520414D20537472696E670101010101010D0A
  1781.       54696D6520504D20537472696E670101010101010D0A54696D65205365706172
  1782.       61746F72012E01012E012E013A010D0A7374436F6C6C656374696F6E730D0A4C
  1783.       5650726F70732E436F6C756D6E735B305D2E43617074696F6E0150726F706572
  1784.       74790150726F7072696574E001456967656E736368616674656E0157B3616369
  1785.       776F9C636901566C6173746E6F7374010D0A4C5650726F70732E436F6C756D6E
  1786.       735B315D2E43617074696F6E0156616C75650156616C6F726501576572740157
  1787.       6172746F9CE601486F646E6F7461010D0A737443686172536574730D0A54446C
  1788.       67436F6E6669670144454641554C545F434841525345540144454641554C545F
  1789.       434841525345540144454641554C545F4348415253455401454153544555524F
  1790.       50455F4348415253455401454153544555524F50455F43484152534554010D0A}
  1791.   end
  1792. end
  1793.